Description
Sign up and login in the platform. If success, returns a Bearer Token.
Input
Headers
Content-Type: application/x-www-form-urlencoded
Parameters
email (text): The user email
password (text): The user password
name (text): The user name
privateKey (text): (Optional) The user private key. by default, it will be randomly generated.
Output
Status 200
token (text): If status is true, the user authorization token
email (text): If status is true, the user email
Status 400
message (text): The error message