{ "otp_code": 0, "otp_ref": "string" }
curl --location --request POST '/core/v1/auth/password-reset/validate' \ --header 'Content-Type: application/json' \ --data-raw '{ "otp_code": 0, "otp_ref": "string" }'
{ "status": "string", "message": "string", "reset_code": "string" }