curl --location -g --request POST 'http:///V1/team/' \
--header 'Content-Type: application/json' \
--data-raw '{
"team": {
"custom_attributes": [
{
"attribute_code": "string",
"value": "string"
}
],
"description": "string",
"extension_attributes": {},
"id": 0,
"name": "string"
}
}'
{
"code": 0,
"errors": [
{
"message": "string",
"parameters": [
{
"fieldName": "string",
"fieldValue": "string",
"resources": "string"
}
]
}
],
"message": "string",
"parameters": [
{
"fieldName": "string",
"fieldValue": "string",
"resources": "string"
}
],
"trace": "string"
}