{ "name": "string", "id": 0 }
curl --location --request POST 'http://test-cn.your-api-server.com/log/' \ --header 'Content-Type: application/json' \ --data-raw '{ "name": "string", "id": 0 }'
0