curl --location -g --request PUT 'https://api-dev.messagefy.io/api/v1/admin/account/{{account_id}}' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Suporte v2",
"description": "Conta para pós venda",
"statusId": 2
}'{
"accountId": "019ada14-fcdc-72a0-93ee-10f1e3258797",
"description": "Conta principal do ChatGuru",
"name": "ChatGuru",
"status": {
"accountStatusId": 2,
"name": "Ativo",
"icon": null,
"description": "Pronto para uso",
"canManageChildObjects": false,
"canSendAndReceiveMessage": false
},
"organization": {
"organizationId": "019ada14-fc9f-712e-a6fc-94b5e313a5df",
"name": "ChatGuru",
"description": "Organização do ChatGuru",
"status": null
}
}