curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/recurringPlan/update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"merchant_key":"$2y$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFO",
"plan_code":"1649229007oFOkJ8",
"recurring_amount":"100.00",
"recurring_status":"ACTIVE",
"recurring_payment_number":"2"'{
"status_code": 100,
"message": "Recurring Updated successfully"
}