curl --request POST \
--url https://api.harmonyforstaffing.com/api/statuses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "In Review",
"type": "CANDIDATE",
"description": "Candidate is being reviewed by the hiring team",
"isDefault": false,
"isActive": true,
}'