curl --request POST \
--url https://app-preprod.cybedefend.com/organization/{organizationId}/team \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>"
}'
{
"success": true,
"message": "<string>",
"organizationId": "<string>",
"teamId": "<string>",
"name": "<string>",
"description": "<string>"
}
curl --request POST \
--url https://app-preprod.cybedefend.com/organization/{organizationId}/team \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"description": "<string>"
}'
{
"success": true,
"message": "<string>",
"organizationId": "<string>",
"teamId": "<string>",
"name": "<string>",
"description": "<string>"
}
Team created
The response is of type object
.