curl --request POST \
--url https://api.example.com/api/personal/web-gallery \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"url": "<string>",
"category": "other",
"description": "<string>",
"notes": "<string>",
"screenshot_url": "<string>"
}
'{
"created_at": "<string>",
"id": "<string>",
"title": "<string>",
"updated_at": "<string>",
"url": "<string>",
"category": "<string>",
"description": "<string>",
"notes": "<string>",
"screenshot_url": "<string>"
}curl --request POST \
--url https://api.example.com/api/personal/web-gallery \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"url": "<string>",
"category": "other",
"description": "<string>",
"notes": "<string>",
"screenshot_url": "<string>"
}
'{
"created_at": "<string>",
"id": "<string>",
"title": "<string>",
"updated_at": "<string>",
"url": "<string>",
"category": "<string>",
"description": "<string>",
"notes": "<string>",
"screenshot_url": "<string>"
}