curl --location --request PATCH '/org' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_industry": "string",
"status": "active",
"location": "string",
"total_branches": 0,
"total_members": "string",
"departments": [
{
"name": "string"
}
],
"branches": [
{
"name": "string",
"location": "string"
}
],
"org_url": "string",
"linkedin_url": "string",
"theme": "string"
}'
null