username:passwordAuthorization: Basic *****************{}curl --location --request POST 'https://apidev.edufee.onlineapi/attendance/store_data_daywise' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{}'{}