curl --location --request POST '/people/categories/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"emails": [
"user1@example.com",
"user2@example.com"
],
"category": "automation",
"label": "Q4 2024"
}'{
"status": "success",
"message": "Category contractor added to 5 users"
}