team
parameter.curl --location --request POST 'https://api.gigstack.io/v2/teams//series?team' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"series": "B",
"live": 1000,
"test": 1
}'
{
"message": "Operation completed successfully",
"data": {}
}