curl --location --request PUT 'https://api.gauas.com/api/v2/account/profile' \
--header 'Authorization: Bearer {{ACCESS-TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"email": "string",
"phone": "string",
"fullname": "string",
"gender": "string",
"date_of_birth": "string",
"github_url": "string",
"facebook_url": "string"
}'{}