Authorization: Bearer ********************
{
"user_id": "",
"type": "",
"proxy": ""
}
curl --location --request POST 'http://api.moreapi.cn/api/data/kol_tag' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "",
"type": "",
"proxy": ""
}'
{
"code": 0,
"msg": "string",
"path": null,
"data": {
"code": 0,
"msg": "string",
"guid": null,
"success": true,
"data": [
{
"id": null,
"tagId": null,
"name": "string",
"createTime": null,
"updateTime": null,
"status": null,
"reason": null,
"proTag": null
}
]
}
}