Authorization: Bearer ********************curl --location 'https://dev-api.idukki.io/graphql' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "mutation TriggerJobProductSync($jobId: Int!) { triggerJobProductSync(jobId: $jobId) { id jobId status details createdAt updatedAt } }",
"variables": {
"jobId": 1
}
}'{}