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

The body is of type object.

Response

200

Response will be ignored