payments.read- Payments Read OnlyAuthorization: Bearer ********************curl --location 'https://api.salla.dev/admin/v2/payment/banks?page=undefined&status=undefined' \
--header 'Authorization: Bearer <token>'{
"status": 0,
"success": true,
"data": [
{
"id": 0,
"bank_name": "string",
"account_name": "string",
"status": "active"
}
],
"pagination": {
"count": 20,
"current": 1,
"next": "https://api.salla.dev/store/v1/orders?page=2"
}
}