curl --location --request GET '/api/users/me' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"_id": "6802a5be7cf0953e8cd93422",
"fullName": "New Name",
"email": "Hello@gmail.com",
"role": "user",
"createdAt": "2025-04-18T19:19:27.016Z",
"updatedAt": "2025-04-26T08:33:21.205Z",
"__v": 0
}