curl --location --request POST '/gallery' \ --header 'Authorization: Bearer 0cb972b0-516c-8c7a-8c95-955263eed4c1' \ --form 'imgUrl=""' \ --form 'imgfile=@""' \ --form 'imgbase64=""'
{ "code": 0, "message": "string" }