Criação de Instancia
Em desenvolvimento
Requisição
Parâmetros Bodyapplication/json
{
"instanceName": "{{$string.uuid}}",
"phone": "553131573965",
"organization": 1
}
Exemplos de Requisição
curl --location --request POST '/instance' \
--header 'Content-Type: application/json' \
--data-raw '{
"instanceName": "{{$string.uuid}}",
"phone": "553131573965",
"organization": 1
}'
Respostas
application/json Modificado em 2025-12-08 03:52:28