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