POST
/
receive-image
[
  {
    "media_id": 1,
    "sender_id": 201,
    "receiver_id": 101,
    "media_path": "http://example.com/media/image1.jpg",
    "sent_at": "2024-06-21 15:30:00",
    "sender_name": "Mobile User One",
    "sender_image": "http://example.com/mobile_user_image.jpg",
    "type": "image"
  }
]

Body

application/json

Response

200
application/json

List of received images.

The response is of type object[].