curl --request PATCH \
--url https://api.wirespeed.co/team/default-sp-chatops \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"field": "<string>"
}
'{
"value": "<string>"
}curl --request PATCH \
--url https://api.wirespeed.co/team/default-sp-chatops \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"field": "<string>"
}
'{
"value": "<string>"
}