Authorization: Bearer ********************curl --location --request GET 'https://api.ogoship.com/api/webhook/' \
--header 'Authorization: Bearer <token>'[
{
"webhookId": "ed71eef4-4c34-46dc-81fe-954e560454fd",
"contentType": "string",
"data": "string",
"created": "2019-08-24T14:15:22.123Z",
"url": "string",
"secretKey": "string",
"customHeaders": {
"property1": "string",
"property2": "string"
}
}
]