GET
/api/idea/mentor
curl \
-X GET https://idea-x-api.vercel.app/api/idea/mentor?name=string
Response examples (200)
{
"idea": "Build a website to showcase your mentor's expertise."
}
curl \
-X GET https://idea-x-api.vercel.app/api/idea/mentor?name=string
{
"idea": "Build a website to showcase your mentor's expertise."
}