Authorization: Bearer ********************curl --location --request POST '/api/ideogram/img/upscale' \
--header 'Access-Token: 12345678' \
--header 'Authorization: Bearer <token>'{
    "code": 0,
    "message": "成功",
    "data": {
        "user_id": "UMxfIhU5TTCDP0SRr4eISQ",
        "caption": "take a dog",
        "request_id": "rTxFTKFhT8-E5deROuAcqg",
        "response_ids": [],
        "rejected_prompt_id": null,
        "status": null,
        "aspect_ratio": "3:2",
        "seed": 287845921
    }
}