Authorization: Bearer ********************{
"value": "[\"id1\", \"id2\", \"id3\"]",
"mediaType": {
"present": false
}
}curl --location --request DELETE '/encodingtype/delete-encodingType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "[\"id1\", \"id2\", \"id3\"]",
"mediaType": {
"present": false
}
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}