curl --location --request POST '/export//start//end/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"playback": "realtime",
"source": "recordings",
"name": "string",
"image_path": "string"
}'null