I have to write postman test for below requests.
Post {{url}}/{{version}}/Customers will return customer object which contains customerId
Get {{url}}/{{version}}/Customers/{{customerId}}
So I need to run both request according to above sequence
So when the Customer is created then assign {{customerId}} so Get request will return new customer id.
Is this possible to chain the result (customerId) post request to get request