Hi,
Why do we have to work with ‘id’ in APIs? Why can’t identitynow search specific object with name in path param? Many a times we can’t provide filters in path param, lets say while sending a POST request to source, inow asks for id in URL, for which we have to first get the id of the source and then parse through whole response body to id, then us id to send a POST request.