x-jicoo-api-key: ********************Authorization: ********************curl --location --request GET '/api/v1/webhook_endpoints?page&perPage' \
--header 'X-Jicoo-Team;' \
--header 'x-jicoo-api-key: <api-key>'{
"data": [
{
"uid": "string",
"url": "string",
"userId": "string",
"status": "disable",
"description": "string",
"createdAt": "string",
"updatedAt": "string",
"scope": "team"
}
],
"totalCount": 0,
"count": 0,
"currentPage": 0,
"numberOfPages": 0
}