curl --location --request GET 'https://api.vortexfinance.co/v1/supported-payment-methods?type=&fiat='
{
"paymentMethods:": [
{
"id": "string",
"name": "string",
"supportedFiats": [
"string"
],
"limits": {
"min": 0,
"max": 0
}
}
]
}