curl --location --request POST 'https://api.stateset.com/v1/packing_list' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "current_token": "" }'
{ "id": "1", "number": "1", "deliveryDate": "2020-01-01", "arrivalDate": "2020-01-01", "ship_per": "John Doe", "tracking_number": "1234567890" }
This endpoint creates a new picks
Show Show child attributes