Hello,
the /2/users/get_current_account seems a bit confusing in its usage.
it requires
- "post" verb
- null as body content
- "application/json" as content-type
afaik, null is not a valid json content, but the api server accepts nothing but that value in conjuction with content-type.
a get operation here seems more adequate and in line with other oauth providers, since there's no information the client needs to provide to the server besides the authorization.
can you take this in consideration and implement the get operation on this endpoint ?
Thank You