curl --location --request PUT 'https://api.falken.ltd/api/Athletes/' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth0UserId": "string",
"email": "user@example.com",
"firstName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24T14:15:22Z",
"city": "string",
"state": 1,
"country": 0,
"cmpCompetitorNumber": "string",
"usaShootingNumber": "string",
"ncaaAthleteId": "string",
"gender": 0,
"socialProfiles": [
{
"platform": "string",
"url": "string"
}
]
}'
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}
Authorization: Bearer ********************