curl --location --request PATCH '/v1/user' \
--header 'Authorization: Bearer <token>' \
--form 'email=""' \
--form 'phone=""' \
--form 'name_first=""' \
--form 'name_middle=""' \
--form 'name_last=""' \
--form 'birth_day=""' \
--form 'birth_month=""' \
--form 'birth_year=""' \
--form 'sex=""'{
"id": "string",
"created": "string",
"email": "string",
"email_confirmed": true,
"phone": "string",
"sex": 0,
"name_first": "string",
"name_middle": "string",
"name_last": "string",
"birth_day": 0,
"birth_month": 0,
"birth_year": 0
}