Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-dataRequired
Request Code Samples
curl --location --request GET 'https://apidev.edufee.online/api/balance-sheet/debug' \
--header 'Authorization: Bearer <token>' \
--form 'date=""'
Responses
application/json
Modified at 2026-04-20 09:09:11