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