curl --request POST \
--url https://api.rampartcorporation.com/v2/job/create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_id": "<string>",
"sync_type": "HISTORICAL",
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
}
'