curl --request GET \
--url http://api/v1/org/color-palettes{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>",
"isActive": true
}
],
"status": "ok"
}curl --request GET \
--url http://api/v1/org/color-palettes{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>",
"isActive": true
}
],
"status": "ok"
}