curl --location --request PUT 'https://api.falken.ltd/api/UserProfiles/' \
--header 'Content-Type: application/json' \
--data-raw '{
"recaptchaToken": "string",
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"dateOfBirth": "2019-08-24T14:15:22.123Z",
"country": 0,
"gender": 0,
"preferredCulture": "string"
}'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": "string",
"property2": "string"
}