Generate invoice
POST //invoice/create HTTP/1.1 Host: api.client.nbcgate.tech Content-Type: application/json Accept: */* Content-Length: 46 { "amount": 1, "coin_id": 1, "id": 1, "product_id": 1 }
OK
{ "idInvoice": 1 }