{ "psdKey": "string" }
curl --location --request POST '/v4/gateway/xpod.psd.detail' \ --header 'Appkey;' \ --header 'Access-Token-Type;' \ --header 'Content-Type: application/json' \ --data-raw '{ "psdKey": "string" }'
{ "success": true, "data": { "id": 0, "psdKey": "string", "title": "string", "parsedStatus": "pending", "parsedInfoUrl": "string", "psdImageUrl": "string", "createdTime": 0 } }