Authorization: Bearer ********************curl --location --request POST '/admin/image/' \
--header 'Authorization: Bearer <token>' \
--form 'image=@""'{
"responseMessage": [
"string"
],
"responseCode": 0,
"responseData": {
"id": "string",
"url": "string"
}
}