curl --location '/api/v3/payment-link/list?pageNum=undefined&pageSize=undefined&paymentLinkType=undefined&paymentLinkStatus=undefined' \
--header 'Authorization: Bearer <token>'{
"total": 50,
"rows": [
{
"paymentLinkUuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"paymentLinkName": "Product Payment Link",
"paymentLinkDescription": "Payment link for product purchase",
"paymentLinkType": 1,
"paymentLinkUrl": "https://example.com/shopping/a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"paymentLinkStatus": 1,
"settlementCurrency": "USDT",
"amount": 100,
"network": "Ethereum",
"createTimeUtc": "2026-02-03 12:00:00"
}
],
"code": 200,
"msg": "Query successful"
}