Authorization: Bearer ********************
{
"tagid": 1, // 识别码分组ID
"likeid": 121 // 星标识别码ID
}
curl --location --request POST '/seats/likes/bind-tag' \
--header 'Content-Type: application/json' \
--data-raw '{
"tagid": 1, // 识别码分组ID
"likeid": 121 // 星标识别码ID
}'
{}