curl --location --request POST 'https://api.pixiefixapp.com/api/v1/service-provider/job/job-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": "string",
"review": 0,
"feedback": "string",
"on_time": true,
"friendly": true,
"professional": true
}'
{}