{ "email":"zhlu7335@gmail.com" }
curl --location --request PUT 'localhost:5001/api/users/profile' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0NWE1NTk2ZTgzOTc5M2Q2OGZmOWY2MCIsImlhdCI6MTY4MzY5MzMzNiwiZXhwIjoxNjg2Mjg1MzM2fQ.DiQZdKqsKroxR3804F2qmcMh8vpwhsgMH5Zhd5eP9cM' \ --header 'Content-Type: application/json' \ --data-raw '{ "email":"zhlu7335@gmail.com" }'
{ "firstname": "string", "lastname": "string", "email": "string", "_id": "string", "token": "string" }