curl --location '/api/whitelist/list' \
--header 'timestamp-milli: 1783926654123' \
--header 'request-id: 99352544-bb54-44f9-9310-c5c2d7498e17' \
--header 'team-id: your_team_id' \
--header 'api-id: your_api_id' \
--header 'currency-id: usd' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "string",
"chain_id": "string",
"group_id": "string",
"tag_ids": [
"string"
],
"page_key": "string"
}'{
"code": 0,
"data": {
"items": [
{}
]
},
"msg": "string"
}