{
"title": "string",
"num": 0,
"amount": 0,
"contract_id": 0,
"customer_id": 0,
"status": 0
}curl --location --request PUT 'https://app.jkcrm.vip/api/v1/receivables_plans/' \
--header 'token: {{token}}' \
--header 'lang: zh_CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"num": 0,
"amount": 0,
"contract_id": 0,
"customer_id": 0,
"status": 0
}'{}