curl --request POST \
--url https://api.example.com/servers/{id}/tools \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"tool": {
"serverID": "kSuB9Gf6aD4",
"providerID": "kSuB9Gf6aD4",
"toolID": "kSuB9Gf6aD4"
}
}
'