curl --location '/v1/auth/reset-password' \ --header 'Content-Type: application/json' \ --data '{ "password": "string", "token": "string" }'
{}