Add Account

POST {{url}}/v1/accounts

Creates a new account record. The account record will be automatically assigned an account UUID. The new account UUID will be returned by the server in the response.

Request Body

{"first_name"=>"John", "last_name"=>"Doe", "email"=>"john.doe@example.com"}

RESPONSES

status: Created

{"accountID":"123","first_name":"John","last_name":"Doe","email":"john.doe@example.com"}