auth-bearer: ********************curl --location --request GET '/chatBot' \
--header 'auth-bearer: <api-key>'{
"message": "WhatsApp config has been showed",
"instanceConfig": {
"device": {
"imgUrl": "https://example.com/profile.jpg",
"name": "ChatBot",
"phone": 5511999999999
},
"instanceName": "chatbot-instance-001",
"cellPhone": 5511988888888,
"status": "connected",
"hash": "abc123hash",
"instanceId": "609e125ca2f4f93a304a48d9",
"active": true,
"allowOverflow": false,
"messageOverflow": "All our agents are currently busy, please try again later.",
"alternativeName": "Atendimento Virtual"
}
}