Creating a temporary link for PayForm
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//paylink/external-environment/pay-form-prepay' \ --header 'Content-Type: application/json' \ --data '{ "fix_amount": "text", "id_pay_form": 1, "order_id": "text" }'
{ "id": 1 }