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.

Revisions

  1. Prosoffice created this gist May 2, 2021.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    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"
    }