curl --request POST \
--url https://api.zarkai.xyz/v1/images/generations \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"prompt": "A collage of Tokyo landmarks in a stenciled street-art style",
"workspace_id": "wks-xxxxx"
}
'