Hi
I gave up to use JWT, I think bearer tokens will be easier, but I still cannot get it work.
I tried to to use
curl --data "123456" https://domain/api/v1/users/125/tokens
and
curl --data "password=123456" https://domain/api/v1/users/125/tokens
but I can only get a error message.
{"code":"not-authorised","message":"A valid login session was not found. Please log in and try again.","params":{}}
Could you help me?