curl --location '/api/v3/teams/1?fields=undefined&includes=undefined' \
--header 'api-key: <api-key>'{
"code": "2000",
"message": "success",
"data": {
"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"
}
}