Authorization: Bearer ********************curl --location '/v1/post/upload-image' \
--header 'Authorization: Bearer <token>' \
--form 'image=@"/Users/rockchin/Downloads/393B761122D003EE9345D2C99B6906A8_0..jpg"' \
--form 'suffix="jpg"'{
"code": 0,
"msg": "ok",
"data": {
"key": "xxxx"
}
}