curl --location --request GET 'https://aiagent-openapi.sjzn.com/v2/user/creation//engineering' \
--header 'sja-application-code: SzpXTAfS5er2LbAf' \
--header 'sja-token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjp7ImlkIjoiNjY3ZWNmNGI5Yzk2YzYzYTM0MTcyY2FhIiwibmFtZSI6IueUqOaIty0xMDAwODkiLCJsb2dpbkNvdW50IjoxN30sImlhdCI6MTczNDY3MzgyOSwiZXhwIjoxNzM0NzYwMjI5fQ.pOeYg-GcAPYdbmkS1kz9YuTCKGPC4Y-VYdajBpkbN98' \
--header 'sja-version: 1.4.0'{
"code": "string",
"data": {
"creationType": "string",
"credits": 0,
"fileUrl": "string",
"thumbnailUrl": "string",
"shots": [
{
"shotId": "string",
"material": {
"id": "string",
"url": "string",
"type": "string",
"startDuration": 0,
"delayDuraion": 0,
"duration": 0,
"width": 0,
"height": 0,
"entryPointMs": "string",
"materialId": "string",
"removed": true
},
"caption": {
"text": "string",
"startMs": "string",
"endMs": "string"
}
}
]
}
}