curl --request POST \
--url https://api.athenahq.ai/api/v1/prompts \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"website_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"prompts": [
{
"prompt": "best project management software",
"type": "discovery",
"volume": "1000",
"current_monthly_searches": 5400,
"current_total_value": 1250,
"topic_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"countries": [
"United States",
"France"
],
"primary_country": "United States",
"persona_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"location_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"tag_ids": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"is_paused": false
}
]
}
'