Api-Key: ********************
curl --location --request GET 'https://api.sellerpic.ai/image/api/style/list/5?pageNum=1&pageSize=10' \ --header 'Api-Key;'
{ "code": 0, "data": { "total": "string", "hasMore": "string", "list": [ { "id": "string", "imageUrl": "string", "style": "string" } ] }, "msg": "string", "msgKey": "string", "traceId": "string" }