curl --request POST \
--url https://api.eden.art/v2/concepts \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"agent": "<string>",
"usage_instructions": "<string>",
"images": [
{
"image": "<string>",
"usage_instructions": "<string>"
}
]
}'