[image-service] first commit

This commit is contained in:
Ittipat Lusuk 2026-05-08 10:41:29 +07:00
commit 88351993cf
6 changed files with 153 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# Image service
Image management enapoint:
## Upload Images
### POST /image/{folder}/upload
```
curl -X POST http://localhost/image/page_drink_n/upload \
-F "files=@img1.png" \
-F "files=@img2.png"
```
### POST /inter/{country}/image/{folder}/upload
```
curl -X POST http://localhost/inter/tha/image/page_drink_disable_n2/upload \
-F "files=@bn_hot_america_no.png"
```