Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"email": "jacksonkasipeacock@gmail.com",
"password": "test123@PASS"
}
Request Code Samples
curl --location --request POST '/api/auth-v1/login' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "jacksonkasipeacock@gmail.com",
"password": "test123@PASS"
}'
Responses
application/json Modified at 2025-02-09 14:22:29