curl --request POST \
--url https://api.geogen.io/v1/entities/addprompt \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entityId": "abc123def456...",
"prompt": "What are the best tools for SEO?",
"language": "en",
"geolocation": "us"
}
'