curl --location --request POST '/auth/reset-password' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string", "newPassword": "pa$$word" }'
{ "message": "string" }