An HTTP endpoint "/users" has been created that returns a list of users containing the following fields:
- id
- name
- post
- album
The "post" and "album" fields contain the object with the highest numerical value of "id" from the corresponding array of objects.