cURL
curl --request POST \ --url https://chatbot.menuia.com/api/info \ --header 'Content-Type: application/json' \ --data '{ "planos": "<string>" }'
{ "status": 200, "message": "Lista de planos obtidas com sucesso!", "dados": "JSON" }
planos
"true"
{ "planos": "true" }
Parâmetros necessários para enviar uma mensagem.
The body is of type object.
object
Lista de planos obtidas com sucesso!
The response is of type object.