curl --request POST \
--url https://api.skulabs.com/customer/add_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"tag_id": "<string>"
}
'/customer/add_tag
curl --request POST \
--url https://api.skulabs.com/customer/add_tag \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"tag_id": "<string>"
}
'