POST
/
warm-up
curl --request POST \
  --url http://localhost/warm-up \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "WARM_UP",
  "timestamp": "2021-09-01T12:00:00Z"
}'

Body

application/json
The warm-up message payload
type
string
required

Indicates the type of message. For warm-up, this value is "WARM_UP".

timestamp
string
required

The timestamp when the message was created.