-
    request:
        method: POST
        url: 'http://localhost:8000/rooms'
        headers:
            Host: 'localhost:8000'
            Authorization: 'secret-key'
        body: 'user%5Bname%5D=mike%40eyeson.team&options%5Bshow_names%5D=false&options%5Bshow_label%5D=false&options%5Bexit_url%5D=https%3A%2F%2Fwww.eyeson.team%2F&options%5Brecording_available%5D=false&options%5Bbroadcast_available%5D=false&options%5Blayout_available%5D=false&options%5Bcustom_fields%5D%5Blogo%5D=https%3A%2F%2Fwww.eyeson.com%2Flogo.png'
    response:
        status:
            http_version: '1.1'
            code: '201'
            message: Created
        headers:
            Host: 'localhost:8000'
            Date: 'Sat, 31 Mar 2018 11:58:00 +0000'
            Connection: close
            Content-Type: 'application/json; charset=UTF-8'
            Content-Length: '210'
        body: '{"options":{"show_names":false,"show_label":false,"exit_url":"https://www.eyeson.team/","recording_available":false,"broadcast_available":false,"layout_available":false,"layout_users":null,"custom_fields":{"logo":"https://www.eyeson.com/logo.png"}}}'
