curl --request POST \
--url http://localhost:3001/api/v1/styles/{id}/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"query": "a dark logo on a transparent background",
"limit": 5
}
'
curl --request POST \
--url http://localhost:3001/api/v1/styles/{id}/search \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"query": "a dark logo on a transparent background",
"limit": 5
}
'