Endpoint ini digunakan untuk keperluan mengisi catatan dari seller oleh admin BosOnline. Data ini dibutuhkan oleh tim internal BosOnline. API ini digunakan di halaman Daftar Seller -> List -> Detail -> Catatan Seller.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/admin/sellers/87288321/notes' \
--header'Content-Type: application/json' \
--data-raw'{}'
Response Response Example
200 - Success
{"message":"Note created successfully"}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.