{
"psdKey": "string",
"title": "string",
"current": 0,
"pageSize": 0,
"parsedStatus": "pending"
}
curl --location --request POST '/v4/gateway/xpod.psd.items' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"psdKey": "string",
"title": "string",
"current": 0,
"pageSize": 0,
"parsedStatus": "pending"
}'
{
"success": true,
"data": {
"total": 0,
"current": 0,
"pageSize": 0,
"list": [
{
"id": 0,
"title": "string",
"psdKey": "string",
"parsedStatus": "pending",
"parsedInfoUrl": "string",
"psdImageUrl": "string",
"createdTime": 0,
"psdFilesize": 0,
"processingStartTime": 0,
"processingEndTime": 0,
"parsedPackageFilesize": 0
}
]
}
}