``` curl -X POST \ -H 'Content-Type: application/json' \ -H 'Custom-Header: HeaderValue' \ --data '{"key1": "value1", "key2": "value2"}' \ 'https://httpbin.org' ``` the "https://" not parse correctly