Request
Body Params application/json
{
"email": "string",
"password": "string"
}
Request Code Samples
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"password": "string"
}'
Responses
application/json {
"message": "Login successful!",
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3ZDc5OTViMmU1Zjg3N2JiNTg1NGZiYSIsImVtYWlsIjoiYWhtZWRtb2hhbW1lZHNhbGFoMjAwQGdtYWlsLmNvbSIsImlhdCI6MTc0MjE4MzIzMiwiZXhwIjoxNzQ0Nzc1MjMyfQ.lhnp6GWR_7DXNRZUEJYb6hoszYMm1pUJFB6RGrmAG2Q",
"data": {
"id": "67d7995b2e5f877bb5854fba",
"username": "Lee Heathcote",
"email": "ahmedmohammedsalah200@gmail.com"
}
}
Modified at 2025-03-17 03:47:43