{
"body": {
"code": "string",
"status": true,
"response": {}
}
}
curl --location --request POST 'https://newsit.frp.newcoretech.com/api/open/v2/webhook/update/log/status' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "string",
"status": true,
"response": {}
}
}'
{
"code": 0,
"message": ""
}