IMPORTANT Exp.Date Format [MM/YY]. 12/30
Authorization: Bearer ********************{
"exp": "12/30"
}curl --location --request PUT '/api/customer-vault/<customerId>/card/<cardId>/change-exp-date' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"exp": "12/30"
}'{
true
}