curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/feedback \
--header 'Content-Type: */*' \
--data '
{
"feedbackEmoji": "<string>",
"feedbackCreatedBy": "<string>",
"feedbackRemarks": "<string>",
"org_id": "<string>"
}
'This response has no body data.curl --request POST \
--url https://app.aptlystar.ai/api/v1/user/feedback \
--header 'Content-Type: */*' \
--data '
{
"feedbackEmoji": "<string>",
"feedbackCreatedBy": "<string>",
"feedbackRemarks": "<string>",
"org_id": "<string>"
}
'This response has no body data.