cURL
curl --request POST \ --url https://api.example.com/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
Was this page helpful?