POST : xyz.com/wp-json/wc/store/cart/add-item I'm Developing a mobile woocommerce application and try to add-item in cart but getting some error please help to fix this problem thanks.
In Body:
{
"id": "8924",
"quantity":1,
"variation": [
{
"items" :{
"attribute": "hj",
"value": "knk"
}
}
]
}
Error:
{
"code": "woocommerce_rest_missing_nonce",
"message": "Missing the X-WC-Store-API-Nonce header. This endpoint requires a valid nonce.",
"data": {
"status": 401
}
}