--- post: description: Unlock pages requestBody: required: true content: application/x-www-form-urlencoded: schema: type: object properties: items: type: array items: type: string responses: '200': description: unlock pages response content: application/json: schema: type: object properties: feedback: type: object '403': description: forbidden content: application/json: schema: $ref: schemas-Error.yaml