PaySar
  1. Feedback
PaySar
  • CLIENT
    • PaySar
      • Create Paysar
      • GET PAYSAR
      • GetUser Payser
      • Replay Paysar
      • Reply Paysar
    • Image
      • Get Images
    • Auth
      • Register
      • Login
      • Logout
    • User
      • getUser
      • Get Public User
      • Update User
      • GetAllUser
    • Feedback
      • createfeedback
        POST
    • Blog
      • Blog
      • Get Blog
      • like blog
  1. Feedback

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

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
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

Responses

🟢200OK
application/json
Body
data
boolean 
required
msg
string 
required
Previous
GetAllUser
Next
Blog
Built with