Authorization: Bearer ********************curl --location 'https://api.pitside.app/user/team/me' \
--header 'Authorization: Bearer <token>'{
"teams": [
{
"id": "string",
"teamNumber": 0,
"teamNickname": "string"
}
]
}