curl --location --request POST 'https://example.com' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'name=eddy' \