team_id (string). Since Team model's primaryKey is team_id,["id" => $team_id], but because Team.primaryKey='team_id', the query filters on team_id = team_id]` を渡しているが、Team.primaryKey='team_id' のため team_id = $team_id で検索される)。curl --location '/teams/' \
--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"
}