Authorization: Bearer ********************{
"status": 0,
"endpoints": [
{
"endpointId": "string",
"connectionId": "string",
"lastNodeId": "string"
}
],
"reason": {
"type": 0,
"detail": "string"
}
}curl --location --request PATCH '/rsc/cgi/v1/callback/endpoint-disconnect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 0,
"endpoints": [
{
"endpointId": "string",
"connectionId": "string",
"lastNodeId": "string"
}
],
"reason": {
"type": 0,
"detail": "string"
}
}'{}