anvil-payment
URL: https://anvil-payments.herokuapp.com/api
Paths:
/login
Decription: To login a user using email and password
Method: POST
Header Params:
- Content-Type: application/x-www-form-urlencoded
Body Params:
- password
/register
Description: Register new user
Method: POST
Header Params:
- Content-Type: application/x-www-form-urlencoded
Body Params:
- password
- name
- nameLast
/profile
Description: Get user profile if user is logged in with valid JWT
Method: GET
Header Params:
- Content-Type: application/x-www-form-urlencoded
- Authorization: Bearer