12 lines
No EOL
161 B
HTTP
12 lines
No EOL
161 B
HTTP
### Get
|
|
GET http://localhost:3000/
|
|
|
|
|
|
### Post
|
|
POST http://localhost:3000/verify-eligibility
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
"email": "kfda89@gmail.com"
|
|
} |