curl --request POST \
--url https://api.production.hyperoru.com/api/factors/evaluate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"context": {},
"expression": "<string>",
"symbol": "<string>"
}
'