Authorization: Bearer ********************
curl --location --request POST 'https://test.your-api-server.com/projects/11/reviews' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer <token>' \ --form 'rating=""' \ --form 'comment=""'
{}