collection
コレクションの作成
新規コレクションを作成します。
post/v1/collections
Request body
Example request
{
"title": "My collection"
}Response
成功
Example response
{
"title": "My collection"
}新規コレクションを作成します。
{
"title": "My collection"
}成功
{
"title": "My collection"
}