Closed dangvuthang closed 3 years ago
description
login/signup
expert
category
Transaction
CURL 'localhost:5000/api/v1/transactions' \ -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjYxMTNjOWJkZjAwNWY3MzRhY2NhMTJhOSIsImlhdCI6MTYyOTcxMjA1MCwiZXhwIjoxNjI5ODg0ODUwfQ.27cHsNzOUZNRhlJZAXCEeGw-iO8t4_UyioRgx7h1uFc'
CURL -X POST 'localhost:5000/api/v1/users/login' \ -H 'Content-Type: application/json' \ -d '{ "email": "minh@gmail.com","password": "123456" }'
Changelog
description
whenlogin/signup
forexpert
category
when get allTransaction
as requestedHow to test
category
is populated in the return objdescription
is included in the return obj