Authorization: Bearer ********************{
"id": 0,
"name": "string",
"sku": "HgB0EgAI3s",
"merchantId": 0,
"price": 0,
"discountId": 0,
"createdAt": 0,
"disabledAt": 0,
"categoryId": 0,
"quantity": 0
}curl --location --request POST 'https://mock.apidog.com/m1/740441-0-default/products' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"sku": "HgB0EgAI3s",
"merchantId": 0,
"price": 0,
"discountId": 0,
"createdAt": 0,
"disabledAt": 0,
"categoryId": 0,
"quantity": 0
}'{
"data": {
"id": 0,
"name": "string",
"sku": "HgB0EgAI3s",
"merchantId": 0,
"price": 0,
"discountId": 0,
"createdAt": 0,
"disabledAt": 0,
"categoryId": 0,
"quantity": 0
},
"error": null,
"links": null,
"meta": null
}