I need to query this endpoint '''https://******com/api/payments/{payment_id}/refund'''
Because it is a post request, I assume that the payment_id param needs to be in the body of the request. How do I add that parameter? Because it is in the middle of the url I do not know how to do it.
thanks a lot