result-card-generate
Developing
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 'https://apidev.edufee.online/api/result-card-generate' \
--header 'Authorization: Bearer <token>' \
--form 'head_id="22"' \
--form 'teacher_id="12"' \
--form 'academic_year_id="117"' \
--form 'department_id="2"' \
--form 'combinations_pivot_id="220"' \
--form 'exam_id="41"'
Responses
application/json
Modified at 2026-05-05 03:49:54