curl --location --request GET '/api/user/getUserCameraPrivilege?userId' \ --header 'X-HAHACAR-TOKEN;'
{ "code": "string", "data": { "cameras": [ { "cameraId": "string", "cameraName": "string" } ] }, "msg": "string" }