{
"page_num": 0,
"page_size": 10,
"ai_artwork_type": "PICTURE"
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/ai/artwork/history' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_num": 0,
"page_size": 10,
"ai_artwork_type": "PICTURE"
}'
{
"code": "200",
"message": "success",
"data": {
"list": [
{
"key": "njd12u"
}
],
"page_num": 586,
"page_size": 10,
"total": 446
}
}