Authorization: Bearer ********************
curl --location --request POST '/api/auth/reset-password' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "newPassword": "string", "token": "string" }'
{ "status": true }