Authorization: Bearer ********************{
"localRecordFilePath": "string"
}curl --location --request POST '/rsc/api/v1/user/sessions//endpoints//actions/start-local-recording' \
--header 'x-endpoint-id;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"localRecordFilePath": "string"
}'{}