I use grpcurl for grpc request. I have the following request:
grpcurl -plaintext -import-path C:/Users/username -proto file.proto <localhost:port > service_name/methode
The mentioned request will return the following response without the status code. How can I get the status code within the response?
{
"id": "0000000000000",
"name": "AAAAAAAAAA"
}