Create Banner
POST
http://82.180.154.188:4352/banners
Last modified:2025-05-29 00:09:20
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://82.180.154.188:4352/banners' \
--header 'Authorization: Bearer ' \
--form 'offer="offer text"'
Response Response Example
{"status":"success","message":"Banner created successfully"}
Request
Header Params
Authorization
string
required
Example:
Bearer {{JWT}}
Body Params multipart/form-data
image
file
optional
offer
string
optional
Example:
offer text