{
"scenario_id": 9249,
"tags": [
"私有定制"
]
}
curl --location --request POST '/scenario_groups/tags' \
--header 'Authorization: bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"scenario_id": 9249,
"tags": [
"私有定制"
]
}'
{
"code": 200,
"result": null,
"message": ""
}