curl --request GET \
--url https://api.example.com/v1/color/tetradic \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get tetradic colors (four colors forming a rectangle on color wheel).
curl --request GET \
--url https://api.example.com/v1/color/tetradic \
--header 'X-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}