curl --request POST \
--url https://llm.ai-nebula.com/nebula/v4/api/anyShootEasyModeSubmit \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"size": "<string>",
"contents": [
{}
],
"contents[].parts": [
{}
],
"contents[].parts[].text": "<string>",
"contents[].parts[].image": "<string>"
}
'