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