curl --request POST \
--url https://api.main.apexscore.ai/api/v1/text_topic_theme_idea/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"text_topic_theme_id": "cbd04970-efa7-400c-b645-baac76c5746b"
}
'