I learned from this post that I can use entity codes for characters like @ = %40
& = %26
but I can't find how to include a %
.
For example, I want to do the below command but it errors because of the %
. Is there a way to escape it?
curl -d 'name=foo&description=bar has a 25% discount' http://localhost:3000/api/v1/products