curl --location --request PUT 'https://api.synci.io/api/v1/rules//destinations//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"rule_ids": [
0
]
}'{
"message": "Destination rules reordered successfully.",
"data": [
"string"
]
}