tmp_sql: SELECT transcription_id
			FROM transcriptions
			WHERE youtube_status != 'REMOVED'
				AND whisper_response_json = '{"Results":{"Sentences":[]}}'
				;
			
			;

transcription_id_array: Array
(
    [0] => 158623
)

tmp_sql: SELECT IBM_json_response_serialized
	FROM transcriptions
	WHERE transcription_id = '158623'
	;

1-transcription_json: