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 GetJobProductSyncs { jobProductSyncs { id status source timing createdAt lastSync nextSync records { id status details } } }"
}'{}