Schema Inaccuracy
POST https://api.github.com/user/emails with Authorization and requestBody {"emails":"xxx@xx.com"} will cause a 500 error,
After repeated experiments, 500 errors will be caused when the requestBody is the following structure
{"emails":"xxx"}
This is a server error. Incorrectly formatted input was not processed correctly
Expected
The reponse status should be one of 201,422,304,404,403,401 in reponses
Reproduction Steps
