{ "customerIds": [ 1, 2, 3 ], "tagIds": [ 1, 2, 3 ] }
curl --location --request POST '/open-api/tag/customer-follow-tag/add-tag' \ --header 'Authorization: Bearer {{auth_token}}' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerIds": [ 1, 2, 3 ], "tagIds": [ 1, 2, 3 ] }'
{ "code": 0, "data": true, "msg": "string", "requestId": "string" }