{
"id": "123",
"copyBillIs": true
}curl --location --request POST '/accountBook/copy' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "123",
"copyBillIs": true
}'{}