{ "phoneId": "645a0a8ca81a402de86689a7", "comment": "好aaaaaaaaaaaaaaa", "rating": 3 }
curl --location --request POST 'localhost:5001/api/phones/postComment' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY0NWQzZmViNmIyZDJhZTQ5Y2NiNTBiZiIsImlhdCI6MTY4NDE2ODgxMSwiZXhwIjoxNjg2NzYwODExfQ.f8u-FItSd6wUC_zMFV7OCzDouuXgBJIZf4IDyvkVS-I' \ --header 'Content-Type: application/json' \ --data-raw '{ "phoneId": "645a0a8ca81a402de86689a7", "comment": "好aaaaaaaaaaaaaaa", "rating": 3 }'
{"reviewer":"645d3feb6b2d2ae49ccb50bf","rating":5,"comment":"好"}