curl --request POST \
--url https://your-instance.example.com/api/organizations/{organizationId}/conditional-fields/reorder \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"order": [
"<string>"
],
"type": "Contact",
"sectionType": "Contact"
}
'