Sync
Sync the scope, either by manually supplying the coordinates or by solving and syncing. If the coordinates are omitted, a platesolve will be performed.
        GET
    /equipment/mount/sync
  
  curl \
 --request GET 'http://localhost:1888/v2/api/equipment/mount/sync'
    
        Response examples (200)
  
  {
  "Response": "Synced",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}
        Response examples (400)
  
  {
  "Response": "string",
  "Error": "Mount not connected",
  "StatusCode": 400,
  "Success": false,
  "Type": "API"
}
        Response examples (500)
  
  {
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}