Rest POST for --data-raw
How can I call below curl command in Rest POST snap curl --location --request POST ‘localhost:8086/api/v2/write?bucket=mydb&precision=s’ --header ‘Content-Type: application/x-www-form-urlencoded’ --data-raw ‘mem,host=test’ Pls advice?