Get otp to change password
info
No Content
const response = await fetch('//api.client.nbcgate.tech/api/personal/psw/otp', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({ "language": "text", "link": "text" }), }); const data = await response.json();
{ "errors": [ { "code": 0, "field": "text", "message": "text" } ], "message": "text", "statusCode": 0 }