Describe the bug
Codeforces have updated their API and added new parameter asManager to the context.status endpoint
https://codeforces.com/apiHelp/methods#contest.status
To Reproduce
Steps to reproduce the behavior:
- Create
codeforces_api.CodeforcesApi object
- Call the
CodeforcesApi.contest_status method with parameter asManager=True
Expected behavior
Method should work as expected and forward the argument to codeforces webapi
Additional context

Describe the bug
Codeforces have updated their API and added new parameter
asManagerto thecontext.statusendpointhttps://codeforces.com/apiHelp/methods#contest.status
To Reproduce
Steps to reproduce the behavior:
codeforces_api.CodeforcesApiobjectCodeforcesApi.contest_statusmethod with parameterasManager=TrueExpected behavior
Method should work as expected and forward the argument to codeforces webapi
Additional context
