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