curl --location --request GET 'https://aiagent-openapi.sjzn.com/v1/user/creation/list?sid&pageSize=10' \
--header 'sja-application-code: SzpXTAfS5er2LbAf' \
--header 'sja-token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjY3ZWNmNGI5Yzk2YzYzYTM0MTcyY2FhIiwibmFtZSI6IueUqOaIty0xMDAwODkiLCJsb2dpbkNvdW50IjoxN30sImlhdCI6MTczNDY3MzgyOSwiZXhwIjoxNzM0NzYwMjI5fQ.pOeYg-GcAPYdbmkS1kz9YuTCKGPC4Y-VYdajBpkbN98' \
--header 'sja-version: 1.2.8'
{
"code": "string",
"data": {
"results": [
{
"id": "string",
"status": "string",
"fileUrl": "string",
"thumbnailUrl": "string",
"duration": 0,
"expirationTime": 0,
"creationType": "string",
"text": "string",
"title": "string",
"virtualmanId": "string",
"templateId": "string",
"message": "string",
"actualCreditCost": 0
}
],
"sid": "string"
}
}