curl --location 'http://localhost:8100/alerts/alerts'{
"code": 0,
"result": [
{
"id": "string",
"uid": "string",
"ticker": "string",
"price": 0,
"type": "PRICE_ABOVE",
"createdAt": "string",
"active": true,
"lastSeenAt": "string"
}
],
"error": "string"
}