username:passwordAuthorization: Basic *****************{}curl --location --request POST 'https://apidev.edufee.online/api/mark-entry/config' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{}