{
"name": "string",
"users": [
{
"id": "string"
}
]
}curl --location --request POST 'https://platform.shopranos.eu/api/teams' \
--header 'x-companyid: 668abfd3-ed5c-4780-b0b8-c02f2141f131' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"users": [
{
"id": "string"
}
]
}'null