POST request to create a new cess rate in the system. Users can define a new cess percentage, which will be stored and used for tax calculations.ApiKey: ********************curl --location 'https://api.hisabkitab.co/third-party/cess-rates' \
--header 'ApiKey: <api-key>' \
--form 'rate="55"'{
"data": {
"id": 3,
"rate": 55,
"company_id": 6,
"via_api": true,
"created_at": "2025-02-11T10:33:07.000000Z",
"updated_at": "2025-02-11T10:33:07.000000Z"
},
"success": true,
"message": "Cess Rate Created Successfully"
}