final body = {"Status": status};
final uri =
Uri.http(EndpointsUrl.baseUrlURi, EndpointsUrl.appoinment,body);
I tried to pass the query parameter in the above code, but I got
{
"statusCode": 400,
"message": "Status Cannot be undefined.",
"error": "Bad Request"
}
Somebody please guide how to pass query params in HTTP get call-in flutter