{
"tagId": "string",
"sid": [
{
"id": "string",
"status": "string"
}
]
}
curl --location --request POST 'userCenter/manual-tag/choose-scheme' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagId": "string",
"sid": [
{
"id": "string",
"status": "string"
}
]
}'
{}