I am trying to create a piece as per the documentation, but the API is not giving me the desired output. What can I be doing wrong?
Request which I am sending:
curl --location --request GET ‘https://cloud.activepieces.com/api/v1/webhooks/aHlEaNLc6vcF1nY2XJ2ed/sync’
–header ‘Authorization: Bearer test-key’
–header ‘Content-Type: application/json’
–data ‘{
“authorization”:“test-key”
}’