Authorization: Bearer ********************curl --location 'https://dev-api.idukki.io/graphql' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"query": "query GetJobProductSync($id: Int!) { jobProductSync(id: $id) { id status source timing lastSync nextSync metadata createdAt } }",
"variables": {
"id": 5
}
}'{}