curl --request POST \
--url https://api.plugkit.co/v1/profiles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Brand",
"color": "#6366f1",
"description": "<string>",
"isDefault": false
}
'