Authorization: Bearer ********************curl --location --request PUT '/user/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"username": "string",
"secondaryEmail": "string",
"bio": "string",
"website": "string",
"password": "string"
}'{}