cURL
curl --request POST \ --url https://api.example.com/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "password": "<string>" } '
{ "detail": "<string>" }
Successful Response
Was this page helpful?