curl --location --request PUT 'https://api.gauas.com/v1/account/profile' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data '{
"dob": "2004-05-16:00:00:00",
"gender": "male",
"full_name": "Bao"
}'{}