manage-accounts-service/api/request.http

12 lines
161 B
Text
Raw Normal View History

2023-08-13 08:51:54 +00:00
### Get
GET http://localhost:3000/
### Post
POST http://localhost:3000/verify-eligibility
Content-Type: application/json
{
"email": "kfda89@gmail.com"
}