{
"title": "string",
"psdUrl": "string",
"psdKey": "string"
}
curl --location --request POST '/v4/gateway/xpod.psd.create' \
--header 'Authorization;' \
--header 'Appkey;' \
--header 'Access-Token-Type;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"psdUrl": "string",
"psdKey": "string"
}'
{
"success": true,
"data": "string"
}