このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"name": "string",
"listId": "string"
}curl --location 'https://misskey.io/api/users/lists/create-from-public' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"listId": "string"
}'{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"userIds": [
"string"
],
"isPublic": true
}