Authorization: ********************curl --location --request POST '/users/me/reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"newPassword": "pa$$word"
}'{
"message": "string"
}