curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/recurring/plan/process' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchant_id" : "",
"plan_code" : ""
}'{
"status_code": 100,
"message": "Recurring query processed successfully"
}