Authorization: Bearer ********************curl --location --request PUT '/api/visa-status-workflows/sort' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{ "id": "0d3f8b3e-2af8-4e87-bd67-c2a5f4d215a1", "orderIndex": 1 },
{ "id": "1b11b73e-62ab-4af7-a5eb-a667f13aa642", "orderIndex": 2 },
{ "id": "7b4f11e1-cd8a-4d73-a5fc-2fd5a6fd1f34", "orderIndex": null }
]'{}