Authorization: Bearer ********************{
"model": "grok-4",
"prompt": "a cat",
"size": "1024x1024"
}curl --location --request POST 'https://code0.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "grok-4",
"prompt": "a cat",
"size": "1024x1024"
}'{"error":{"code":"","message":"Invalid token (request id: 20260421021421484874358nTOwR4j7xEq5FxT4)","type":"new_api_error"}}