“media”: {
"id": 1
}
The above is the result that I got when I call the registrations route, I have uploaded the photos and integrate with S3. In the response, I got the media showing the id only. How can I try to achieve showing the url of related images.
Below is my media components,
When calling the /api/v1/upload/files routes, I got all the files uploaded to S3. Is there a way to display the url in the response?
Any kind suggestions and tips are welcomed. Thanks.