Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Example:{
"product_id":1,
"rating": 5,
"comment": "Product is the best"
}
Request samples
curl --location --request POST 'https://respond-genres-mazda-student.trycloudflare.com/review' \
--header 'Content-Type: text/plain' \
--data-raw '{
"product_id":1,
"rating": 5,
"comment": "Product is the best"
}'
Responses
application/json Modified at 2025-03-06 11:42:01