Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://apidev.edufee.online/api/fees-management/startup/feehead/store' \
--header 'Authorization: Bearer <token>' \
--form 'name="Tuition fee"' \
--form 'serial_no=""'
Responses
application/json {
"status": "string",
"message": "string"
}
Modified at 2025-05-21 15:52:23