Issues with Grafana Webhook for Instatus Integration

Hello,
I’m encountering issues when setting up a Grafana webhook to update a component status on Instatus (instatus.com). Although the cURL command works perfectly in Postman, Grafana returns a “500 Internal Server Error” when sending a test notification.

Here’s the successful cURL request:
"curl --location --request PUT ‘https://api.instatus.com/v1/{page_id}/components/{component_id}
–header ‘Content-Type: application/json’
–header ‘Authorization: Bearer {api_key}’
–data-raw ‘{“status”: “OPERATIONAL”}’
"
In Grafana, the same request details have been configured as a contact point. However, I cannot give it a body to set the “status” OPERATIONAL as I want to do.
Any insights or assistance would be greatly appreciated!