SliderAllWebTask is a generic solver for puzzle-piece captchas: you send the background image (with the puzzle hole) and the display size, and the API returns the target coordinates where the piece must be dropped.

1. Create a task
RequesterrorId = 0 and a taskId when the task is created.
Failure:
errorId = 1 with an errorCode.
2. Get the result
RequesterrorId = 0 and status = ready. Read the answer from solution.rects:
Processing:
status = processing — poll again in ~2 seconds.
Failure:
errorId = 1 when solving fails.
