testimonial 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/testimonial-generate' \
--header 'Authorization: Bearer <token>' \
--form 'id="6"' \
--form 'hr_id="12"' \
--form 'institute_wise_id_card_id="155"' \
--form 'due_check="1"'
Responses
application/json
Modified at 2026-05-14 09:42:10