post https://api.sitevibes.com/v1/product-questions/
Create new Answer for Product Question
Log in to see full request history
Responses
Create new Answer for Product Question
xxxxxxxxxx
curl --request POST \
--url https://api.sitevibes.com/v1/product-questions/questionId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"verified_user": false
}
'
xxxxxxxxxx
{
"message": "Success",
"status": true
}