{
"reqBody": {
"fileName": "string",
"fileText": "string"
}
}curl --location --request POST 'https://d-phoenix-gap.easypay.com.cn:24443/yqt/merchant/complaint/aliComplaint/imageDataUpload' \
--header 'Content-Type: application/json' \
--data-raw '{
"reqBody": {
"fileName": "string",
"fileText": "string"
}
}'{
"rspBody": {
"fileKey": "string",
"filePath": "string",
"retCode": "string",
"retMsg": "string"
}
}