curl --request POST \
--url http://localhost:2468/v1/acp/{server_id} \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"error": null,
"id": null,
"method": "<string>",
"params": null,
"result": null
}
'{
"jsonrpc": "<string>",
"error": null,
"id": null,
"method": "<string>",
"params": null,
"result": null
}curl --request POST \
--url http://localhost:2468/v1/acp/{server_id} \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "<string>",
"error": null,
"id": null,
"method": "<string>",
"params": null,
"result": null
}
'{
"jsonrpc": "<string>",
"error": null,
"id": null,
"method": "<string>",
"params": null,
"result": null
}Client-defined ACP server id
Agent id required for first POST