Authorization: Bearer ********************curl --location --request POST '/api/visa-status-workflows' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"visaTypeId": "74d32bec-d50e-4df5-a043-8413b3db64c3",
"statusId": "e900225c-0629-4e96-be6e-86a17a309645",
"requiredDocumentIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
],
"orderIndex": 0,
"isRequired": true
}'{}