I've managed to connect to the API, get my token, and do some basic "get" functions, like api/forums or api/users.
But when I try to POSt to api/users, I get a 500 error from my server (empty content).
Is POST to api/users working?
Unfortunately, there's not much (if any) documentation for the API methods (besides getting the token).
I am sending this JSON packet in the body:
{"username":"test","password":"test"}