const response = await fetch('//api.client.nbcgate.tech/paylink/external-environment/pay-form-prepay', {
method: 'POST',
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
"fix_amount": "text",
"id_pay_form": 0,
"order_id": "text"
}),
});
const data = await response.json();