curl --location --request POST '/Organizations' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"captchaResult": 0,
"civility": "string",
"customFieldsUserData": {
"property1": [
"string"
],
"property2": [
"string"
]
},
"email": "user@example.com",
"firstName": "string",
"gender": 0,
"integratorId": "1acd5efb-e960-4c96-8a84-ca37f187f58b",
"lastName": "string",
"mobile": "string",
"organizationName": "string",
"partnerName": "string",
"password": "pa$$word",
"passwordConfirmation": "pa$$word",
"phone": "string",
"promoCode": "string",
"promoDescription": "string",
"rememberMe": true
}'