curl --request PATCH \
--url https://www.useroulette.com/api/v1/accounts/{account_id}/company-statuses/{status_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"color": "<string>",
"rank": 123,
"description": "<string>",
"is_default": true
}'