Created
May 2, 2021 22:19
-
-
Save Prosoffice/ce6316a556c2dcebc78a4d411622f9e7 to your computer and use it in GitHub Desktop.
Register
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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