{
"origin": "string",
"new": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/media/renameSource' \
--header 'Content-Type: application/json' \
--data-raw '{
"origin": "string",
"new": "string"
}'
{
"data": "string",
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}