Hi!
At a guide for comment reactions REST API (https://www.figma.com/developers/api#post-comment-reactions-endpoint), Iām supposed to send the emoji string as a body parameter but the test cURL command showed me that the URL looks like
curl -X POST -H 'X-FIGMA-TOKEN: <personal access token>'
'https://api.figma.com/v1/files/:file_key/comments/:comment_id/reactions?emoji=:eyes:'
Then, do I need to send it over as a query parameter?
How can I post the emoji for this API?