curl --request PATCH \
--url https://api.example.com/payment-links/{id} \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request PATCH \
--url https://api.example.com/payment-links/{id} \
--header 'Content-Type: application/json' \
--data '{}'{}Payment link id
Update a payment link params
The body is of type object.
Payment link details
The response is of type object.