Check if the sitelink's title provided in the request exists on the given site. If not, the response should have HTTP status code 400 with this body:
{"code": "title-does-not-exist", "message": "Page with title {title} does not exist on a given site" }