Authorization: Bearer ********************curl --location --request POST '/webhook/externalRecordDomainSuccess' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 42,
"domain": "https://example.com",
"status": 1,
"message": "Recording completed",
"hookUrl": "https://hooks.service.dev/record/42",
"videoCloudPath": "s3://bucket/video.mp4",
"imageCloudPath": "s3://bucket/screenshot.png",
"serverId": 7,
"updatedAt": "2025-11-25T10:15:00Z",
"createdAt": "2025-11-25T10:00:00Z"
}'{
"status": "success",
"message": "Action externalRecordDomainSuccess has been executed"
}