POST
/
loon
/
inquiries
/
jobs
curl --request POST \
  --url https://services.prod.pagosapi.com/loon/inquiries/jobs \
  --header 'Content-Type: text/plain' \
  --data '{
  "content": "<string>"
}'
{
  "jobId": 123
}

Body

content
string

Response

200
text/plain
Success
jobId
integer