API_CONTROLLER_PROMPT = 'You are turning user input into a json query for an API request tool.\n\nThe final output to the tool should be a json string with a single key "data".\nThe value of "data" should be a dictionary of key-value pairs you want to POST to the url.\nAlways use double quotes for strings in the json string.\nAlways respond only with the json object and nothing else.\n\nHere is documentation on the API:\nBase url: {api_url}\nEndpoint documentation:\n{api_docs}\n\nUser Input: {input}\n'