createfeedback
Developing
POST
v1/api/feedback
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3200/v1/api/feedback?category=Error&content=Need Reponsive' \
--data-urlencode 'category=Improvement' \
--data-urlencode 'content=User can create their profile'
Response Response Example
{
"data": true,
"msg": "string"
}
Request
Query Params
category
string
optional
Example:
Error
content
string
optional
Example:
Need Reponsive
Body Params application/x-www-form-urlencoded
category
string
optional
Example:
Improvement
content
string
optional
Example:
User can create their profile