curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/color-palettes \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"paletteName": "<string>",
"paletteDescription": "<string>",
"primaryFill": "<string>",
"accentFill": "<string>",
"trimColor": "<string>",
"shadowColor": "<string>",
"groundColor": "<string>",
"skyGradient": {},
"avoidColors": [
"<string>"
],
"status": "<string>"
}
]
}Brand color palettes with primary, accent, trim, shadow, and ground colors.
curl --request GET \
--url https://ai.wisepilot.app/api/v1/brand/color-palettes \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "<string>",
"paletteName": "<string>",
"paletteDescription": "<string>",
"primaryFill": "<string>",
"accentFill": "<string>",
"trimColor": "<string>",
"shadowColor": "<string>",
"groundColor": "<string>",
"skyGradient": {},
"avoidColors": [
"<string>"
],
"status": "<string>"
}
]
}