curl --request POST \
--url https://api.f6o.co/v2/browse/property/issues/_timeseries \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"query": {
"fullTexts": [
"<string>"
],
"keywords": [
"<string>"
],
"filterIssue": {
"flxId": [
"<string>"
],
"type": [
"ISSUE_TYPE_UNKNWON"
],
"userId": [
"<string>"
],
"raisedAt": [
{
"min": "2023-11-07T05:31:56Z",
"max": "2023-11-07T05:31:56Z"
}
],
"hits": [
{
"min": 123,
"max": 123
}
]
}
},
"interval": "UNKNOWN_TIME_SERIES_INTERVAL",
"analyzedWindow": 123
}'