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