username:passwordAuthorization: Basic *****************curl --location 'https://www.bangwo8.com/api/v1/tags.json' \
--header 'Authorization: Basic <encoded-value>'{
"tags": [
{
"tagId": "827",
"tagName": "666",
"module": "5"
},
{
"tagId": "2034",
"tagName": "111",
"module": "2"
},
{
"tagId": "2567",
"tagName": "test1",
"module": "1"
}
]
}