curl --location --request POST 'https://api.falken.ltd/api/UserProfiles' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "string",
"lastName": "string",
"email": "user@example.com",
"dateOfBirth": "2019-08-24T14:15:22Z",
"country": 0,
"gender": 0
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"auth0UserId": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"dateOfBirth": "2019-08-24T14:15:22Z",
"country": 0,
"gender": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"avatarUrl": "string"
}
Authorization: Bearer ********************