{
"title": "string",
"type": "text",
"sort": 0,
"labelIds": [
"string"
],
"metaMediaGroupId": [
"string"
],
"customerTagIds": [
"string"
],
"content": "string"
}curl --location --request POST '/open-api/operation/meta-media/save' \
--header 'Authorization: Bearer {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"type": "text",
"sort": 0,
"labelIds": [
"string"
],
"metaMediaGroupId": [
"string"
],
"customerTagIds": [
"string"
],
"content": "string"
}'{
"code": 0,
"msg": "string",
"data": "string"
}