Authorization: Bearer ********************{
"reason": 0,
"sessionId": "string",
"exceptionTime": "string"
}curl --location --request POST '/rsc/cgi/v1/callback/record-exception-notify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"reason": 0,
"sessionId": "string",
"exceptionTime": "string"
}'{}