fix wrong fine traces
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 application/jsonRequired
{
"institute_details_id": 39,
"dry_run": true
}
{
"institute_details_id": 39,
"dry_run": false
}
Request Code Samples
curl --location 'https://apidev.edufee.online/api/fix-wrong-fine-traces' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '// আগে dry run
{
"institute_details_id": 39,
"dry_run": true
}
// OK হলে apply
{
"institute_details_id": 39,
"dry_run": false
}'
Responses
application/json
Modified at 2026-07-11 04:38:50