cURL
curl --request POST \ --url https://services.prod.pagosapi.com/loon/inquiries/jobs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --header 'x-merchant-id: <x-merchant-id>' \ --data ' { "content": "<string>" } '
{ "jobId": 123 }
Format is: Bearer <api_key>, where <api_key> is your Pagos API key
Bearer <api_key>
<api_key>
Merchant identifier for requests.
Success