Authorization: Bearer ********************curl --location --request PUT '/api/visa-statuses/sort' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{ "id": "status-id-1", "orderIndex": 1 },
{ "id": "status-id-2", "orderIndex": 2 },
{ "id": "status-id-3", "orderIndex": 3 }
]'{}