Authorization: ********************curl --location --request PATCH 'https://decibel.foo/api/users/me/reset-password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "uiqzhNhITvX_qXm",
"newPassword": "Haya1234@"
}'{
"message": "string"
}