{
"institution_no": "string",
"pay_channel_name": "string",
"support_price_currency": null,
"support_settlement_currency": "string",
"support_settlement_cycles": "string",
"default_settlement_cycle": "string",
"rounding_mode": "string",
"description": "string",
"orig_pay_channel_id": "string"
}
curl --location --request POST 'pts/sc/paychannel/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"institution_no": "string",
"pay_channel_name": "string",
"support_price_currency": null,
"support_settlement_currency": "string",
"support_settlement_cycles": "string",
"default_settlement_cycle": "string",
"rounding_mode": "string",
"description": "string",
"orig_pay_channel_id": "string"
}'
{}