mark entry process
Developing
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/mark-entry/process' \
--header 'Authorization: Basic <encoded-value>'
Responses
application/json Modified at 2025-11-11 00:05:33