I have a curl command given like this i'm trying to do a curl to create a topic on confluent kafka i have an issue understanding this curl statement, on official documentation curl command is given as below
$ curl "http://localhost:8082/topics/test"
{"name":"test","num_partitions":3}
https://docs.confluent.io/2.0.0/kafka-rest/docs/intro.html#inspect-topic-metadata Do i have to consider {"name":"test","num_partitions":3} as data or is it a part of curl command..?