curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/job/re-schedulejob' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": "string",
"scheduled_date": "string",
"scheduled_time": "string",
"time_zone": "string"
}'
{}