Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Prosoffice/ce6316a556c2dcebc78a4d411622f9e7 to your computer and use it in GitHub Desktop.

Select an option

Save Prosoffice/ce6316a556c2dcebc78a4d411622f9e7 to your computer and use it in GitHub Desktop.
Register
https://wallet-p.herokuapp.com/register
Method: POST
# DATA SCHEMA EXAMPLE
{
"first_name": "Prosper",
"last_name": "Test",
"email": "[email protected]",
"password": "testpass",
"account_type": "noob",
"main_currency": "NGN"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment