This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/social-collections' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "love",
}'
{
"id": "string",
"ownerId": "string",
"name": "string",
"cover": "string",
"createdAt": "string",
"updatedAt": "string"
}