store/update institute wise
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/institute-wise-card-store' \
--header 'Authorization: Bearer <token>' \
--form 'template_type=""' \
--form 'card_name=""' \
--form 'final_front_svg=@""' \
--form 'final_back_svg=@""' \
--form 'elements[]=""' \
--form 'for_student=""' \
--form 'for_hr=""' \
--form 'is_routine=""'
Responses
application/json
Modified at 2026-04-12 10:22:48