I am using below react native code to post comment to json-server:
json-server
export const postComment=(dishId,author,comment,rating)=>(dispatch)=>{