Authorization: Bearer ********************curl --location --request PUT '/api/visa-statuses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "e86e85da-e799-493a-bac2-4d698670fcb9",
"name": "Information Needed",
"code": "info-needed",
"description": "i am description.",
"isGlobal": true,
"orderIndex": 2,
"isActive": true,
"createdAt": "2026-04-05T10:25:34.729Z"
}'{}