Authorization: Bearer ********************
{ "pids": [ 341485879, 341485920 ] }
curl --location 'https://openapi.bunjang.co.kr/api/v1/products/get-on-sale' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "pids": [ 341485879, 341485920 ] }'
{ "data": { "pids": [ 341485879 ] } }