Good afternoon, I'm trying to make this request: "GET https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/datasets/{datasetId}/tables/{tableI...}" When I include the data, it gives me the following error: "{
"error": {
"code": 400,
"message": "Invalid table ID \"automatic-curve-415113.gcptestidynatracedataset.Tabla_de_prueba\".",
"errors": [
{
"message": "Invalid table ID \"automatic-curve-415113.gcptestidynatracedataset.Tabla_de_prueba\".",
"domain": "global",
"reason": "invalid"
}
],
"status": "INVALID_ARGUMENT"
}
}",
I have already checked the table data but still no response. This is the information of the table.
I would appreciate your help in using Postman for these requests.