curl --location --request GET 'https://staging-api.formi.co.in/v2/signals/agents/64/signals?signal_type=INTERACTION' \
--header 'token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MTQ4N30.5C1-y4YCN6XvBEYXr1oRKLNUXfwbGch9DqyIiplzU70'{
"success": true,
"message": "string",
"payload": [
{
"id": 0,
"uuid": "string",
"name": "string",
"type": "string",
"prompt": "string",
"description": "string",
"agent_id": 0,
"value_counts": [
{
"value": "string",
"count": 0
}
]
}
]
}