{
"device_id": "string",
"send_type": "string",
"payload": "string",
"expiry": "string",
"label": "string",
"identify": "string"
}
curl --location --request POST 'http://127.0.0.1:9999/api/v1/expected/data' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string",
"send_type": "string",
"payload": "string",
"expiry": "string",
"label": "string",
"identify": "string"
}'
{"code":200,"message":"create expected data successfully","data":{"id":"51d14415-2acd-82f4-820c-4d86bea46b3d","device_id":"d06e6186-7c7a-6b88-2209-85350850c924","send_type":"telemetry","payload":"{}","created_at":"2024-08-12T22:38:50.310503+08:00","send_time":null,"status":"pending","message":null,"expiry_time":"2024-04-12T08:00:00+08:00","label":"in dolor","tenant_id":"63a4b529"}}