curl --location -g --request POST '/{{vendorUid}}/contact/unassign-groups' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contacts_uid" : ["2c3199e8-ba01-4988-b752-a95250cc3ea4", "333c8ef2-2f92-485b-bf7b-f0106fc10aa6", "afaf84ad-e267-4256-b21a-99842a5c80f6"],
"groups_uid" : [
"c40921c7-bedb-4c71-97ac-e6368c93a520",
"d3f1559a-c447-4165-8c39-d929c3691400",
"053d4c84-991a-4f49-a7f7-5ef213e28138",
"5245bd84-ff70-4ee9-a0a1-eaf479cd3344",
"aa8af275-d3eb-411d-ae9d-e9249982c28f",
"cbc08e5c-5078-40b6-94d3-a4ec48ccdc9d"
]
}'