x-storefront-token; optional scope via x-storefront-scope or scope query.curl --location --request POST 'https://api.craftcart.io/api/v1/storefront/reviews' \
--header 'x-storefront-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"trackingToken": "trk_7f56f99a5dcb2f10",
"productId": "6629c84f5d6a4d7481dfc111",
"rating": 5,
"title": "Excellent quality",
"body": "Arrived quickly and fits well.",
"displayName": "Jane D"
}'{"success":true,"data":{"item":{"id":"6630a8f95d6a4d7481dfc888","productId":"6629c84f5d6a4d7481dfc111","orderId":"6629c84f5d6a4d7481dfcabc","rating":5,"title":"Excellent quality","body":"Arrived quickly and fits well.","displayName":"Jane D","verifiedPurchase":true,"moderationState":"approved"},"productTitle":"Service Neck Gaiter"},"meta":{}}