Body
-
answer
string Required Minimum length is
1
.
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/answer' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"answer":"string"}'
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/answer' \
--header "Authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request POST 'https://dev.sellpass.io/self/{shopId}/feedbacks/{feedbackId}/answer' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/*+json"
{
"answer": "string"
}
{
"answer": "string"
}
{
"answer": "string"
}