curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/cars/colors' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"colors": {
"name": "black",
"hex": "#000000"
}
}