Use /api/oic/idea/ for POST with body having { user: email
, desc: idea
, teamName: teamName
(atmost 100 chars), leaderName: leaderName
(atmost 100 chars) }
Use /api/oic/idea/?email=emailid for GET, PUT (any key value pair which is to be updated), DELETE
Python3 Django Rest framework