Hiii , i am new to heartbeats
i need assistance with setup a http post request , how do i configure my json request body ..
here is how i configure mine currently
- type: http
# Set enabled to true (or delete the following line) to enable this monitor
enabled: true
# ID used to uniquely identify this monitor in Elasticsearch even if the config changes
id: Momoverify-monitor
# Human readable display name for this service in Uptime UI and elsewhere
name: Momoverify
# List of URLs to query
urls: ["https://*****.******.com/cld/****"]
# Configure task schedule
schedule: '@every 60s'
response.include_body: always
check.request:
method: POST
headers:
'Content-Type': 'application/json'
# urlencode the body:
body: ""
how do i pass the bellow body
{ "apiId": "myapid",
"mykey: "7di76u49393fHDeepE4S4zvstlXr",
"reference": "my referrnce",
"product": "myproduct",
"action": "myaction",
"account": "123456~686"}