JesseMattson / PurrgentCare

0 stars 0 forks source link

Bug: Post Method #46

Closed RandallKeur closed 3 months ago

RandallKeur commented 3 months ago

Issue: Currently, all post methods are voids and do not return data of the newly created resource. We need to update all POST methods to return the created resource instead of nothing.

Technical Details:

Acceptance Criteria:

References: https://blog.postman.com/extracting-data-from-responses-and-chaining-requests/