curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/service-provider/job/reshedule-job' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": "string",
"schedule_date": "string",
"schedule_time": "string",
"message": "string"
}'
{}