curl --location '/api/v2/webhooks/sendgrid' \ --header 'Content-Type: application/json' \ --data '{ "hello": "world", "hi": "earth" }'
{}