Use variable
Reference: https://learning.postman.com/docs/sending-requests/variables/#using-variables
Using
https://postman-echo.com/get?customer_id={{cust_id}}
https://postman-echo.com/get?customer_id=3
{ "customer_id" : "{{cust_id}}" }
Update