curl --request POST \
--url https://api.sleekplan.com/v1/update/{updateid}/satisfaction \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"vote": 123,
"comment": "<string>",
"user_id": 123,
"meta": {
"referrer": "https://mywebsite.com/referrer_url"
}
}
'