curl --request PUT \
--url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/schedule \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"schedule_expression": "<string>",
"job_type": "read",
"state": "ENABLED",
"connector_id": "<string>",
"override_start_date": "2023-11-07T05:31:56Z",
"override_selected_tables": {},
"override_field_map": {},
"environment_variables": {}
}'