User: POST
Creates a new user account and provides an authentication token which can be used to access routes requiring authentication.
Request
To create a new user account, make a POST request to:
/api/signup
using basic access authentication.
Creates a new user account and provides an authentication token which can be used to access routes requiring authentication.
To create a new user account, make a POST request to:
/api/signup
using basic access authentication.