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