Create agent host
Body·
required
application/json
Host name and public key
- Type: stringnamerequired
- Type: objectpublic
_key required - additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/auth/host/create
curl https://api.musebook.trade/api/auth/host/create \
--request POST \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
--data '{
"name": "",
"public_key": {},
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}