curl --request POST \
--url https://api.steppay.kr/api/v1/cover/product \
--header 'Content-Type: application/json' \
--header 'Secret-Token: <api-key>' \
--data '
{
"name": "<string>",
"partnerProductId": "<string>",
"featuredImageUrl": "<string>",
"replaceIfExists": true
}
'