curl -X POST [https://chatbot.menuia.com/api/developer](https://chatbot.menuia.com/api/developer) \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"webhook": "[https://exemplo.com/novo_webhook](https://exemplo.com/novo_webhook)",
"nome": "Novo Nome do Dispositivo",
"self_events": 1,
"chat_enabled": 1,
"chat_text": 1,
"chat_media": 1,
"chat_contact": 1,
"group_enabled": 1,
"group_text": 1,
"group_media": 1,
"group_contact": 1,
"editeDispositivo": "true"
}'