curl --location --request POST '/webhook/checkDomainSuccess' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "1",
"domain": "https://www.w3schools.com/",
"hookUrl": "http://127.0.0.1:8000/hook/domain/1",
"status": 0,
"domainRedirect": null,
"message": "successfully",
"imagePath": null,
"videoPath": null,
"imageCloudPath": null,
"videoCloudPath": null,
"serverId": 1,
"updateAt": null,
"createdAt": "2024-06-27T07:41:00.463084198Z",
"proxies": [
{
"proxyId": 0,
"status": "string",
"imageCloudPath": "string"
}
]
}'