auth-bearer: ********************curl --location --request GET '/chatBot/instance/' \
--header 'auth-bearer: <api-key>'{
"message": "Success fetching data for instance",
"data": {
"profileName": "Atendimento GCBot",
"profilePictureUrl": "https://example.com/image.jpg",
"instanceName": "tenant123_chatBot",
"cellPhone": 5511999999999,
"status": "string"
}
}