Get Generation Statusget https://api.lipdub.ai/v1/shots/{shot_id}/generate/{generate_id}Check the status of a LipDub generation job. This endpoint allows you to monitor the progress of your LipDub generation and determine when it's ready for download. Example Response { "data": { "status": "running", "generate_id": 456 } }