Authorization: Bearer ********************curl --location --request POST '/webhook/checkConfirmRecordSuccess' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"historyDomainId": 15,
"domain": "https://example.com",
"hookUrl": "https://api.internal/webhook/checkConfirmRecordSuccess",
"status": 1,
"message": "Captured successfully",
"imageCloudPath": "string",
"videoCloudPath": "string",
"serverId": 3,
"createdAt": "2019-08-24T14:15:22.123Z",
"updateAt": "2019-08-24T14:15:22.123Z"
}'{
"status": "success",
"message": "Action checkConfirmRecordSuccess has been executed"
}