{ "client_id": 0 }
curl --location --request POST 'http://127.0.0.1:5000/api/client/delClient' \ --header 'authorization: ' \ --header 'Content-Type: application/json' \ --data-raw '{ "client_id": 0 }'
{}