curl --location --request PATCH 'http://localhost:3000/apiauth/update-profile' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"name": "string",
"avatarUrl": "http://example.com",
"languageCode": "656ecce5-9abb-42da-8ab4-58104b4a1e1b",
"preference": "string"
}'{
"status": "ok",
"message": "string",
"data": null
}