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