curl --location --request PATCH '/account/me' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"phone": "string",
"dob": "string",
"nationality": "string",
"address": {},
"linkedin_url": "string"
}'
null