Generate payment for receive
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//invoice/receive' \ --header 'Content-Type: application/json' \ --data '{ "coinID": 1, "fix_amount": 1, "id_pay_link": 1 }'
{ "address": "text", "amount": "text", "code": "text", "name": "text", "rate": 1, "transferCommissionWeis": 1 }