Authorization: Bearer ********************{
"page_number": 1,
"page_size": 20
}curl --location 'https://moyu.info/v1/assets/list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"page_number": 1,
"page_size": 20
}'{
"code": "success",
"data": {
"items": [
{
"id": "string",
"name": "string",
"url": "string",
"asset_url": "string",
"asset_type": "Image",
"status": "Active",
"error": {
"code": "string",
"message": "string"
},
"create_time": "string"
}
],
"total_count": 0,
"page_number": 0,
"page_size": 0
}
}