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