x-jicoo-api-key: ********************Authorization: ********************{
"url": "string",
"status": "disable",
"description": "string",
"scope": "team"
}curl --location --request PATCH '/api/v1/webhook_endpoints/' \
--header 'X-Jicoo-Team;' \
--header 'x-jicoo-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"status": "disable",
"description": "string",
"scope": "team"
}'{
"data": {
"uid": "string",
"url": "string",
"userId": "string",
"status": "disable",
"description": "string",
"createdAt": "string",
"updatedAt": "string",
"scope": "team"
}
}