{"lastId":6677667776778}
curl --location --request POST '/api/v3/initCustomerChangeTag' \
--header 'appId;' \
--header 'timestamp;' \
--header 'sign;' \
--header 'appKey: {{appKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{"lastId":6677667776778}'
{
"code": 0,
"message": "success",
"data": {
"lastId": "667877776899767",
"result": [
{
"unionId": "string",
"corpid": "ww9c5530210a0d5116",
"tags": [
{
"tagId": 0,
"tagName": "string",
"groupId": "string",
"groupName": "string"
}
]
},
{
"unionId": "string",
"corpid": "ww9c5530210a0d5116",
"tags": [
{
"tagId": 0,
"tagName": "string",
"groupId": "string",
"groupName": "string"
}
]
}
]
}
}