Authorization: ********************
{
"separateAccountingSubjectAccountPk": 0,
"separateAccountingSubjectPk": 0,
"tenantId": "string",
"withdrawAmount": 0
}
curl --location --request POST '/management/separate-account/addWithdrawal' \
--header 'Tenant-Id: 154' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{
"separateAccountingSubjectAccountPk": 0,
"separateAccountingSubjectPk": 0,
"tenantId": "string",
"withdrawAmount": 0
}'
{
"code": "string",
"msg": "string",
"data": true,
"stackTraceMsg": "string"
}