Request available statuses for forms
OK
const response = await fetch('//api.client.nbcgate.tech/api/pay/pay-form/status/available', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "payFormSt": [ { "Name": "text", "id": 0 } ], "type": 0 } ]