{
apikey: string;
imageUrl: string;
prompt: string;
}curl --location --request GET 'https://asia-southeast1-edgenets.cloudfunctions.net/TelegramImageHttp' \
--header 'Content-Type: application/json' \
--data-raw '{
apikey: string;
imageUrl: string;
prompt: string;
}'{
"errCode": "string",
"errMsg": "string",
"success": true,
"timestamp": "string"
}