curl --request POST \
--url https://api.pocketsflow.com/creator-pages \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"bio": "<string>",
"profileImage": "<string>",
"theme": "<string>",
"links": [
{
"title": "<string>",
"url": "<string>",
"order": 123
}
]
}
'