GoDoxy

Increment item click

POST
/homepage/item_click

Increment item click.

Query Parameters

which*string

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/homepage/item_click?which=string"
{
  "details": {
    "property1": null,
    "property2": null
  },
  "message": "string"
}