Last updated 4 months ago
Was this helpful?
Send a wildcard (*, %, ., _) instead of an ID, some backend might respond with the data of all the users. GET /api/users/* HTTP/1.1 GET /api/users/% HTTP/1.1 GET /api/users/_ HTTP/1.1 GET /api/users/. HTTP/1.1