curl --location --request POST 'https://connect.dispatchable.com/data_importer/api/v1/cronetic/sync/users' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"agent_id": "AG-1001",
"dispatchable_user_uuid": "b3f9d6a2-7c4e-4a9a-9f2e-1d2b6f8a4c11"
},
{
"agent_id": "AG-1002",
"dispatchable_user_uuid": "2d5e8b9f-3c1a-4f7e-8c6a-0f7b9d2e5a22"
},
{
"agent_id": "AG-1003",
"dispatchable_user_uuid": "fae1c6b4-9a72-4b2d-94c7-3b8e1f0d6e33"
}
]
}'