curl --location 'https://api.hashpay.me/v1/admin/billing/platform-wallets?limit=&cursor=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"network": "string",
"tokenSymbol": "string",
"tokenStandard": "string",
"address": "string",
"label": "string",
"status": "string",
"isReceiveWallet": true
}
],
"nextCursor": "string",
"hasMore": true
}