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