Sends a POST request with JSON data using curl by setting the ... curl --header "Content-Type: application/json" \ --request POST \ --data 'json_data' \ url.
確定! 回上一頁