Yes, the best API documentation includes curl examples regardless of any other examples.
With SDK examples you have to set up a code project, install the SDK, add some boilerplate code, make the API call, and figure out out to display/use the output. Ugh.
With curl examples you can run the example with no set up, just a little customization. You just run a single command. Easy-peasy.