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