curl --request POST \
--url https://api.wirespeed.co/team/switch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"teamId": "<string>"
}
'{
"accessToken": "<string>"
}curl --request POST \
--url https://api.wirespeed.co/team/switch \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"teamId": "<string>"
}
'{
"accessToken": "<string>"
}