Please: I do not know if this is a bug.
I want to send to the shell this:
curl -X POST localhost:8080/get/pets -H'Content-type: application/json' -d'{"payload":"low"}'
I searched through examples, I found nothing similar
file.tape contains:
Type "curl -X POST localhost:8080/get/pets -H\"Content-type: application/json\" -d\"{\"payload\":\"low\"}\""
Enter
Sleep 2s
This print "Invalid command: ..." here and there.