cURL
curl --request POST \ --url https://api.olie.ai/api/management/squads \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "code": "sample_text", "description": "sample_text", "name": "sample_text" } '
Criar squad
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"sample_text"
200
Was this page helpful?