cURL
curl --request POST \ --url https://api.marzipan.co/v1/account/register \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "message": "string" }
Register a new user account with an email address. A verification email will be sent to complete the registration process.
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Bearer <token>
<token>
Success