curl --request PATCH \
--url http://localhost/api/payments/payments/{paymentId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"errorCode": "VALIDATION",
"errorMessage": "[VALIDATION] missing reference"
}curl --request PATCH \
--url http://localhost/api/payments/payments/{paymentId}/metadata \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"errorCode": "VALIDATION",
"errorMessage": "[VALIDATION] missing reference"
}