What was the final score of a game?

*Endpoint: https://generate-text-mrwwgrktvq-ue.a.run.app/report-game

Description: Reports the sum of the value for a given asset class.

Call structure:

curl -XPOST -d '
"post_body:"{
  {
    "metric_df": [
      {
        "asset_id": "the Sixers",
        "value": 121,
        "value2": 89,
        "asset_id2": "the Cavaliers"
      }
    ],
    "key": ["api_token_here"]
  }
}' 'https://generate-text-mrwwgrktvq-ue.a.run.app/streak-sentence'

📘

Sample API Response

The Sixers defeated the Cavaliers by a score of 121 to 89.