curl --request POST \
--url http://localhost:5300/api/v1/plugins/install/github \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"asset_url": "<string>",
"owner": "<string>",
"repo": "<string>",
"release_tag": "<string>"
}
'