team_id (string), but id (int) is also returned.team_id (string) だが、id (int) も返る。curl --location '/teams?limit=undefined&offset=undefined' \
--header 'api-key: <api-key>'[
{
"id": 0,
"team_id": "string",
"team_name": "string",
"team_name_kana": "string",
"street_address": "string",
"remarks": "string",
"team_capacity": 0,
"status": "string",
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
]