dpi
curl --location '/api/platform/v1/image/dpi' \ --header 'X-App-Key;' \ --header 'request-type;' \ --header 'Content-Type: application/json' \ --data '{ "imageUrl": "string", "fileName": "string", "dpi": 1 }'
{ "code": 0, "msg": "string", "data": { "taskId": "string", "bizCode": 0, "success": true, "resultUrl": "string", "resultText": "string", "message": "string", "chargedYuan": 0, "balanceAfterYuan": 0 } }