cURL
curl --request POST \ --url https://api.sunbird.ai/auth/reset-password \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>", "new_password": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response