first_name, last_name, address). Profile may be locked while KYC is under review (409 PROFILE_LOCKED_BY_KYC). Returns 204 on success.Authorization: ********************curl --location --request PATCH '/v1/users/me/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"property1": "string",
"property2": "string"
}'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"code": "string"
}