An order represents a payment between two or more parties. and inorder to create a new order we must send an OrderCreateRequest
to PayPal API.
A successful request returns the HTTP 201
Created status code and a JSON response body that includes by default a minimal response with the ID
, status
, and HATEOAS
links.