curl --request GET \
--url http://localhost:3000/api/media/{mediaId} \
--header 'Authorization: Bearer <token>'Recupere a URL de download temporária de uma mídia
curl --request GET \
--url http://localhost:3000/api/media/{mediaId} \
--header 'Authorization: Bearer <token>'{
"url": "https://lookaside.fbsbx.com/whatsapp_business/attachments/?mid=...",
"mime_type": "image/jpeg",
"sha256": "abc123...",
"file_size": 102400,
"id": "1234567890"
}