Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/observer/login?email=rahimhossain33455%40gmail.com&password=1234567890' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
Responses
application/json
Modified at 2026-07-05 05:08:16