Authorization: Bearer ********************curl --location --request POST '/webhooks/notifications//retry' \
--header 'Authorization: Bearer <token>'{
"error": [
{
"code": "bad_request",
"message": "The request could not be understood due to malformed syntax.",
"correlationId": "req_01jfk2abc123def456",
"details": {
"field": "requestBody",
"issue": "Invalid JSON format"
}
}
]
}