curl --request POST \
--url https://api.smokeball.com/groups \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "Administrators",
"principalIds": [
"2595a645-94a2-46be-a60d-8410851a9671",
"2595a645-94a2-46be-a60d-8410851a9671"
]
}'