cURL
curl --request GET \ --url https://api.provident.ae/v2/apps/bitrix/crm/deal/acquire \ --header 'Authorization: Bearer <token>'
201
acquisition-started
{ "statusCode": 201, "message": "request started"}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Deal acquisition process started successfully
"request started"