curl --request POST \
--url https://apigw.bienport.com/api/payment/add/registeredcard \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"subscriptionId": 12658,
"bill": [
12,
34
],
"installment": 123
}
'