curl --location --request GET '/rest-v1-volatility-strength/reports/?date&pagination' \
--header 'x-api-key: <api-key>'{
"data": [
{
"date": 0,
"ticker": "string",
"volatility_strength": 0,
"volatility_strength_status": "string"
}
],
"metadata": {
"total": 0,
"pagination": {
"offset": 0,
"limit": 0,
"nextPage": true
}
}
}