Authorization: Bearer ********************curl --location '/v1/integrations//health' \
--header 'Authorization: Bearer <token>'{
"integrationId": "int_example",
"versionId": "intv_example",
"status": "healthy",
"failureCode": null,
"lastCheckedAt": "2026-09-27T08:00:00.000Z",
"lastHealthyAt": "2026-09-27T08:00:00.000Z",
"lastFailureAt": null
}