I am trying to connect to the local server using the "MDS REST Bridge" app. My PC and mobile device are connected to the same Wi-Fi network, and I have successfully opened the main page, which is attached to this post.
however i'm unable to use any of the command which described in the preview page.
i'm sending the /Connect command to the URL (http://ip-address/Connect) but it didn't work. "Not found" error showing on page.
I have attached a screenshot of the main page I opened on the local server to this post. I am also attaching a link to the application that I am using. MDS_REST_Bridge_alpha_debug.apk
I am unable to find proper documentation for this application. Can you provide details on how to use the application, send commands, and receive responses?

Yes, the REST bridge is not quite there yet, when it comes to documentation. Here's the piece of python code I use to make the connection:
So in short:
To make the connection, send a json payload with the "address", which contains the BLE MAC-address of the device you want to connect to. The returning response will be json object which has "serial" containing the connected devices serial number.
Full disclosure: I work for the Movesense team