curl -L \
--request POST \
--url '//api/organizations' \
--header 'Content-Type: application/json' \
--data '{
"id": "text",
"createdBy": "text",
"name": "text",
"isAutoGeneratedOrganization": true,
"contactName": "text",
"contactEmail": "text",
"contactPhoneNumber": "text",
"source": "text",
"thirdPartyCompanyId": "text",
"state": "ACTIVE",
"organizationDomain": {
"domain": "text",
"configs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
},
"commonSettings": {
"empty": true,
"ANY_ADDITIONAL_PROPERTY": {}
},
"logoUrl": "text",
"createTime": 1,
"authConfigs": [
{
"id": "text",
"source": "text",
"sourceName": "text",
"enable": true,
"enableRegister": true,
"authType": "text"
}
]
}'