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
}'
{
"message": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"email": "<string>"
}
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
}'
{
"message": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"email": "<string>"
}
Organization created
The response is of type object
.