team parameter.curl --location --request POST 'https://api.gigstack.io/v2/teams//add-member' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "user123abc",
"role": "editor"
}'{
"message": "Operation completed successfully",
"data": {}
}