cURL
curl --request POST \ --url https://api.example.com/cyber/case \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "serviceId": "<string>", "userHash": "<string>", "appointments": [ {} ], "questions": [ {} ] } '
{ "msg": "Salvo com sucesso", "task": { "id": "task_123", "status": "Aberto", "creationDate": "2024-01-01T10:00:00Z", "serviceId": "65c056aaa490fd6bfd9de715" } }
Abre um novo chamado de suporte técnico.
curl -X POST "https://api.partner.zentek.com.br/v1/cyber/case" \ -H "Content-Type: application/json" \ -H "x-api-key: SUA_API_KEY" \ -d '{ "serviceId": "65c056aaa490fd6bfd9de715", "userHash": "a1b2c3d4e5f6...", "appointments": [{"appointment": "2024-01-01T10:00:00Z"}] }'
Was this page helpful?