sms-send-student
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
custom_student_id[]
array[string]
requiredRequest samples
curl --location --request POST 'https://apidev.edufee.online/api/sms-send-student' \
--form 'custom_student_id[]=""' \
--form 'academic_year_id=""' \
--form 'template_id=""'
Responses
application/json Modified at 2025-02-05 05:09:28