"string"curl --location --request POST '/api/base-service/file/external-upload?bizType' \
--header 'x-token: {{x-token}}' \
--header 'ebfs-key: apiKey' \
--header 'ebfs-timestamp: timestamp' \
--header 'ebfs-nonce;' \
--header 'ebfs-signature;' \
--header 'Content-Type: application/json' \
--data-raw '"string"'{
"code": "string",
"data": "string",
"errorArgs": [
{}
],
"message": "string"
}