authorization: ********************{
"page": 1,
"limit": 20
}curl --location --request POST '/fd2024/coins' \
--header 'authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"limit": 20
}'{
"ret": 0,
"errmsg": "string",
"data": {
"page": {
"current": 0,
"limit": 0,
"total": 0
},
"results": [
{
"id": 0,
"coinType": "fd2024_video",
"from": "staff",
"amount": 0,
"extra": "string",
"createdAt": 0
}
]
}
}