curl --request POST \
--url https://www.closient.com/account/api/v1/organizations \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"country": "<string>",
"public_id": "<string>",
"is_brand": false
}
'