X-Admin-Key: ********************curl --location --request POST 'https://api.snakk.ai/api/admin/sync-dispatch-rules' \
--header 'X-Admin-Key: <api-key>'{
"message": "string",
"results": [
{
"phone_number": "string",
"agent": "string",
"dispatch_rule_id": "string",
"success": true,
"error": "string"
}
]
}