cURL
curl --request POST \ --url https://api.olie.ai/api/management/business-areas/reorder \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "business_area_ids": [] } '
Reordenar a sequência das áreas de negócio no sistema.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sucesso
Was this page helpful?