curl --location --request POST 'http://dev-cn.your-api-server.com/api/v1/gpt/generate-outline' \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'content-type: application/json' \
--data-raw ''
{
"outline": [
"Introduction of cats",
"Different breeds of cats",
"Playful nature of cats",
"Natural hunting instincts of cats",
"Importance of cat care and grooming",
"Bonding with cats",
"Funny and cute cat videos",
"Health issues and common problems faced by cats",
"Significant role of cats in society and culture",
"Final thoughts on cats as pets."
]
}