{
"video_id":"1111"
}curl --location 'http://127.0.0.1:6789/wayline/api/v1/markerList' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"video_id":"1111"
}'{
"code": 0,
"message": "",
"data": {}
}