Disscussion forum post api

I am trying to post in discussion forum from postman. I am passing course_id in form-data but still it is showing message for required field.

Hey there, @Richa_Tiwari

Since you are using the discussions rest_api package and JSON payload, it might be related to the course_id being urlencoded. Also, which Open edX release are you running?

Finally, one example in the code shows the course_id being added to the query parameters, did you try that?

Cheers!