Challenge
In this challenge, you’ll attempt to create an API to get a specific order by passing its ID.
We'll cover the following...
In the last lesson, we fetched all the orders placed by a user. Now think of a case where the user wants to see a specific order. You’ll have to create the corresponding API, in this ...