curl --request POST \
--url http://localhost:5300/api/v1/plugins/install/github \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"url": "https://github.com/rocksclawbot/langbot-community-plugins/tree/main/disaster-alert"
}
'