Run the following command in your terminal. Make sure you have curl and script installed on your system.

( command -v curl >/dev/null 2>&1 && command -v script >/dev/null 2>&1 ) || \
{ echo "Error: curl and/or script not found. Please install them." >&2; exit 1; } && \
curl --http1.1 -s -N -H "Authorization: Bearer 7401285e7b98517473acb3adc8ad218e" https://www.terminalmirror.com/inputClient | \
script -q /dev/null | \
curl --http1.1 -H "Transfer-Encoding: chunked" -H "Authorization: Bearer 7401285e7b98517473acb3adc8ad218e" -X POST -T - https://www.terminalmirror.com/outputClient