curl --request POST \
--url https://app-preprod.cybedefend.com/organization \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>",
"email": "jsmith@example.com",
"country": "<string>",
"address": "<string>",
"website": "<string>",
"isActive": true
}'