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