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