cURL
curl --request POST \ --url https://api.datacrazy.io/v1/api/api/v1/businesses/actions/restore \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ "59e77f5f-7581-4f20-a05b-97cd33485019", "2adcad62-2446-4d16-8cfc-bf055ca8aa3c", "d61e93c2-8f1e-4520-960b-62d9a7994dfb" ] }'
ID ou array de IDs de negócios a serem restaurados (status)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>