curl --location --request PUT '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
}'
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Authorization: Bearer ********************