Authorization: Bearer ********************curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data-raw '{
"model": "nano-banana-pro",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "My name is Mather Tahir Create the Pic That Represent My Designation as software engineer and Represent my tech career .",
"aspect_ratio": "1:1",
"resolution": "1K",
"output_format": "png"
}
}'{}