curl --location -g --request GET 'https://dev.your-api-server.com/v1/jobs/{{job_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'X-Pictory-User-Id: {{X-Pictory-User-Id}}'
{
"job_id": "4f3b9f10-c97c-4f5e-ae9c-fd28bacae824",
"success": true,
"data": {
"status": "in-progress"
}
}