If the authorization information provided in the HTTP request headers is valid,
the response will be:
200 OK
{
"message": null,
"result": null
}
otherwise it will be:
401 Unauthorized
{
"message": null,
"result": null
}