Authorization: Bearer ********************{
"model": "string",
"prompt": "string",
"size": "string",
"n": 0,
"image": [
"string"
]
}curl --location --request POST '/v1/image/genirations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"size": "string",
"n": 0,
"image": [
"string"
]
}'{}