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