POST
/
app
/
v0
/
log
curl --request POST \
  --url https://your_a2_service/app/v0/log \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "clk",
  "ad_log": "<string>",
  "price": 123,
  "type": "ad_log"
}'

Body

application/json

Response

200

OK