I got it to work. I needed to include the populate in the POST
http://localhost:1337/api/questions?populate=*
{"data":{
"q": "this answer is c",
"answer": 1
}}
I got it to work. I needed to include the populate in the POST
http://localhost:1337/api/questions?populate=*
{"data":{
"q": "this answer is c",
"answer": 1
}}