GET
    /orders/{order}/history
  
  curl \
 --request GET 'https://api.gb.enjovia.app/orders/{order}/history' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Account-ID: string"
    
        Response examples (200)
  
  {
  "data": [
    {
      "id": "string",
      "log_name": "string",
      "event": "string",
      "properties": {},
      "created_at": "2025-05-04T09:42:00Z"
    }
  ],
  "links": {},
  "meta": {}
}