ApiKey: ********************
//### For Single Configuration Update
{
"is_enabled_discount_2": 1
}
curl --location --request POST 'https://app.hisabkitab.co/third-party/expense-credit-note-configuration/1' \
--header 'Content-Type: application/json' \
--header 'ApiKey;' \
--data-raw '//### For Single Configuration Update
{
"is_enabled_discount_2": 1
}'
{
"success": true,
"message": "Configuration Updated Successfully."
}