Request available coins to pay the amount via the link
curl -L \ --request POST \ --url 'http://api.client.nbcgate.tech//api/pay/pay-link/coins' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "id": 1 }'
[ { "abi": {}, "available": true, "chain_id": 1, "chain_id_interior": 1, "code": "text", "coin_code": "text", "conservation_percent": 1, "contract_address": "text", "id": 1, "min_amount": 1, "name": "text", "rpc_url": "text" } ]