Update card limit
PATCH {{host}}/v4/spend/profiles/{{profile_id}}/cards/{{card_token}}/spend-limits
Request Body
{"transaction"=>{"value"=>{"amount"=>100.0, "currency"=>"SGD"}}, "daily"=>{"value"=>{"amount"=>2000.0, "currency"=>"SGD"}}, "monthly"=>{"value"=>{"amount"=>3000.0, "currency"=>"SGD"}}, "lifetime"=>{"value"=>{"amount"=>5000.0, "currency"=>"SGD"}}}