curl --request POST \
--url https://api.panora.dev/webhook \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"description": "<string>",
"id_project": "<string>",
"scope": [
"<string>"
]
}'
curl --request POST \
--url https://api.panora.dev/webhook \
--header 'Content-Type: application/json' \
--data '{
"url": "<string>",
"description": "<string>",
"id_project": "<string>",
"scope": [
"<string>"
]
}'