username:passwordAuthorization: Basic *****************{
"content": "string"
}curl --location --request DELETE '/repos///issues/comments//reactions' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'{}